Description
In this course, you will :
- Learn how to use coroutines to simplify background task management in common use cases such as network calls and local data access.
Syllabus :
- Use Kotlin coroutines in your Android apps
- Threading in CoroutineWorker
- Access data with Room data access objects
- Android Room with a View-Kotlin